export type SelectListOptionButtonProps = { label: string; checked: boolean; onSelect: () => void; }; export declare function SelectListOptionButton({ label, checked, onSelect, }: SelectListOptionButtonProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=SelectListOptionButton.d.ts.map