import { SVGProps } from 'react'; declare const Veil: (props: SVGProps) => JSX.Element; export { Veil as default };