type CenterProps = { classList?: any; class?: any; children?: any; style?: any; width?: number; height?: number; }; export declare function Center(props: CenterProps): import("solid-js").JSX.Element; export {};