/// <reference types="react" />
export interface IconLockOpenSharpProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconLockOpenSharp: React.FC<IconLockOpenSharpProps>;
