type propsType = { label: string; value: boolean; onChange: any; disabled?: boolean; required?: boolean; className?: string; labelClass?: string; size?: 'small' | 'default'; }; export default function BASwitch(props: propsType): import("react/jsx-runtime").JSX.Element; export {};