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