import type { SelectableCardProps } from './types'; /** * SelectableCard is a component that can be used to create a radio or checkbox card. * It can be used to create a list of selectable items or a single selectable item. */ export declare const SelectableCard: import("react").ForwardRefExoticComponent>; //# sourceMappingURL=SelectableCard.d.ts.map