import React from 'react'; type Props = { id?: string; value: string | null; options: { label: string; value: string; }[]; onClick: (value: string) => void; ariaLabelledby?: string; }; export declare const ButtonSwitch: React.FC; export {}; //# sourceMappingURL=ButtonSwitch.d.ts.map