import { Theme } from '../theme'; export declare const tableBase: (t?: Theme) => string; export declare const tableCell: (t?: Theme) => string; export declare const tableStyles: (t?: Theme) => string; export declare const table: { base: (t?: Theme) => string; cell: (t?: Theme) => string; styles: (t?: Theme) => string; }; //# sourceMappingURL=table.d.ts.map