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