import type { IconProps } from './icon.props'; export declare const Secret: ({ color, size, ref, ...rest }: IconProps) => JSX.Element; export default Secret;