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