import React from 'react';
declare type Props = {
    label?: string;
};
declare const Separator: React.FC<Props>;
export default Separator;
