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