import { Theme } from '../styles'; import { TableClassProps } from './Table.type'; export declare const styles: (theme: Theme) => Record;