import { FC, SVGProps } from 'react'; declare const IconSelector: FC & { fill?: string }>; export default IconSelector;