export interface DividerTheme { base: string; orientation: { horizontal: string; vertical: string; }; } export declare const dividerTheme: DividerTheme; //# sourceMappingURL=theme.d.ts.map