import { DividerProps } from './types'; export declare const Divider: ({ type, ...props }: DividerProps) => JSX.Element;