export interface PageFooterProps { classList?: any; class?: string; style?: any; children?: any; } export declare function PageFooter(props: PageFooterProps): import("solid-js").JSX.Element; export * from './Floor'; export * from './Navigations';