export type DividerProps = React.ComponentPropsWithoutRef<'div'>;
export declare const Divider: ({ children, ...props }: DividerProps) => import("react/jsx-runtime").JSX.Element;
