export declare const DividerView: import("@emotion/styled").StyledComponent<{
    theme?: import("@emotion/react").Theme;
    as?: React.ElementType;
} & Omit<import("@ariakit/react").SeparatorProps, "children" | "as" | "orientation" | "render" | "unstable_system"> & {
    margin?: import("../utils/space").SpaceInput;
    marginEnd?: import("../utils/space").SpaceInput;
    marginStart?: import("../utils/space").SpaceInput;
    orientation?: import("@ariakit/react").SeparatorProps["orientation"];
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHRElement>, HTMLHRElement>, {}>;
//# sourceMappingURL=styles.d.ts.map