import { h } from 'preact'; import { IconProps } from './types'; export declare const UnlockIcon: ({ size, className, style }: IconProps) => h.JSX.Element; //# sourceMappingURL=unlock.d.ts.map