import type { InputHTMLAttributes } from 'react'; type SelectableCardGroupContextType = { groupName?: string; groupValue: string | number | (string | number)[]; type: 'radio' | 'checkbox'; showTick: boolean; error: boolean; } & Required, 'onChange'>> & Pick, 'required'>; export declare const SelectableCardGroupContext: import("react").Context; export {}; //# sourceMappingURL=Context.d.ts.map