/// import { FlowindSize } from '../../styles'; interface SwitchGroupContextValue { value: string[]; onChange: (event: React.ChangeEvent) => void; size: FlowindSize; } export declare const SwitchGroupProvider: import("react").Provider; export declare const useSwitchGroupContext: () => SwitchGroupContextValue; export {};