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