export declare type DividerProps = { isVertical?: boolean; }; export declare const Divider: import("styled-components").StyledComponent<"div", import("../../helpers/theme").GlobalAppThemeInterface, DividerProps, never>;