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