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