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