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