export interface FloorProps { classList?: any; class?: string; style?: any; children?: any; center?: boolean; padding?: string; color?: string; dividerTop?: boolean; dividerBottom?: boolean; } export declare function Floor(props: FloorProps): import("solid-js").JSX.Element;