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