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