interface GymColorPickerProps { props: Record; name: string; label?: string; hideExtra?: boolean; subLabel?: string; fallback?: string; } declare const GymColorPicker: import("svelte").Component; type GymColorPicker = ReturnType; export default GymColorPicker;