import { PropsWithChildren } from 'react';
export declare const Divider: ({ layout, }: PropsWithChildren<{
    layout?: "vertical" | "horizontal" | undefined;
}>) => import("react/jsx-runtime").JSX.Element;
