/// export interface IconPizzaSharpProps { size?: string; style?: React.CSSProperties; } export declare const IconPizzaSharp: React.FC;