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