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