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