import { WithStyle } from '@medly-components/utils'; import type { FC } from 'react'; import { StaticProps, TableProps } from './types'; export declare const Component: FC; export declare const Table: FC & WithStyle & StaticProps;