168675f3eSEvan Baconimport React from 'react';
268675f3eSEvan Baconimport { ViewProps } from '../primitives/View';
3*f4a8f663SEvan Baconexport declare const Div: React.ComponentType<ViewProps>;
468675f3eSEvan Baconexport declare const Nav: React.ComponentType<ViewProps>;
568675f3eSEvan Baconexport declare const Footer: React.ComponentType<ViewProps>;
668675f3eSEvan Baconexport declare const Aside: React.ComponentType<ViewProps>;
768675f3eSEvan Baconexport declare const Header: React.ComponentType<ViewProps>;
868675f3eSEvan Baconexport declare const Main: React.ComponentType<ViewProps>;
968675f3eSEvan Baconexport declare const Article: React.ComponentType<ViewProps>;
1068675f3eSEvan Baconexport declare const Section: React.ComponentType<ViewProps>;
1100ec8cabSEvan Bacon//# sourceMappingURL=Layout.d.ts.map