declare const Divider: ({ text }: {
    text?: string | undefined;
}) => JSX.Element;
export default Divider;
