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