import { Theme } from '../theme'; export declare const dividerBase: (t: Theme) => string; export declare const dividerStyles: (t: Theme) => string; export declare const divider: { base: (t: Theme) => string; styles: (t: Theme) => string; }; //# sourceMappingURL=divider.d.ts.map