interface NavaIconConfig { size?: number | string; color?: string; strokeWidth?: number; className?: string; } declare function setNavaIconConfig(config: NavaIconConfig): void; declare function getNavaIconConfig(): NavaIconConfig; export { type NavaIconConfig, getNavaIconConfig, setNavaIconConfig };