/// import { StackProps } from './View/Stack'; export declare const BarInner: import("gloss").GlossView & Omit & Omit & Omit & { direction?: "initial" | "inherit" | "horizontal" | "vertical" | import("@o/css/_/cssPropertySet").direction | import("gloss").CSSPropertyValThemeFn; transition?: import("@o/css/_/cssPropertySet").transition | import("gloss").CSSPropertyValThemeFn | import("framer-motion").Transition; }, keyof import("gloss/_/types").GlossBaseProps> & import("gloss/_/types").GlossBaseProps & Omit & { direction?: "initial" | "inherit" | "horizontal" | "vertical" | import("@o/css/_/cssPropertySet").direction | import("gloss").CSSPropertyValThemeFn; transition?: import("@o/css/_/cssPropertySet").transition | import("gloss").CSSPropertyValThemeFn | import("framer-motion").Transition; }> & { [key: string]: any; }, import("gloss").GlossProps & Omit & Omit & Omit & { direction?: "initial" | "inherit" | "horizontal" | "vertical" | import("@o/css/_/cssPropertySet").direction | import("gloss").CSSPropertyValThemeFn; transition?: import("@o/css/_/cssPropertySet").transition | import("gloss").CSSPropertyValThemeFn | import("framer-motion").Transition; }, keyof import("gloss/_/types").GlossBaseProps> & import("gloss/_/types").GlossBaseProps & Omit & { direction?: "initial" | "inherit" | "horizontal" | "vertical" | import("@o/css/_/cssPropertySet").direction | import("gloss").CSSPropertyValThemeFn; transition?: import("@o/css/_/cssPropertySet").transition | import("gloss").CSSPropertyValThemeFn | import("framer-motion").Transition; }> & { [key: string]: any; }>>; export declare type DividerProps = Partial; export declare function Divider({ background, height, ...props }: DividerProps): JSX.Element; //# sourceMappingURL=Divider.d.ts.map