import type { ComponentType } from 'react'; import type { ViewProps } from '../primitives/View'; export declare const Div: ComponentType; export declare const Nav: ComponentType; export declare const Footer: ComponentType; export declare const Aside: ComponentType; export declare const Header: ComponentType; export declare const Main: ComponentType; export declare const Article: ComponentType; export declare const Section: ComponentType; //# sourceMappingURL=Layout.d.ts.map