/// declare type SimpleTableProps = { children: any; }; export declare function SimpleTable({ children }: SimpleTableProps): JSX.Element; export {};