import * as React from 'react';
import { DividerProps as ChakraDividerProps } from '@chakra-ui/react';
export interface DividerProps extends ChakraDividerProps {
    label?: string;
}
export declare const Divider: React.FC<DividerProps>;
//# sourceMappingURL=divider.d.ts.map