import { Theme } from '../theme/index.js'; import { DividerIndents, DividerTypes } from './types.js'; declare type InjectedProps = { $type: DividerTypes; $indents?: DividerIndents; theme: Theme; }; export declare const DividerStyle: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, InjectedProps, never>; export {}; //# sourceMappingURL=DividerStyles.d.ts.map