import { SVGProps } from 'react';

declare const Secret: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { Secret as default };
