import { DividerProps } from './types'; declare const DividerBasic: ({ children, ...props }: DividerProps) => import("react/jsx-runtime").JSX.Element; export default DividerBasic;