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