import "./boolean-select.svelte"; declare module "../../theme/definitions.js" { interface ExtraComponents { booleanSelectField: {}; } }