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