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