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