import type { Meta, StoryFn } from '@storybook/react'; import type { ImagePlacement, ImageSize, RadioButtonCardProps, RadioCheckProps } from '@pega/cosmos-react-core'; declare const _default: Meta; export default _default; interface RadioCheckStoryProps extends RadioCheckProps { showAdditionalInfo?: boolean; } export declare const DefaultRadioButton: StoryFn; interface RadioButtonCardStoryProps extends RadioButtonCardProps { imagePlacement?: ImagePlacement; imageSize?: ImageSize; imageUrl: string; noOfFields: number; showAdditionalInfo: boolean; showActions: boolean; removeFieldLabels: boolean; } export declare const RadioButtonCard: StoryFn; interface ConfigurableRadioButtonProps extends Omit { size?: string; backgroundColor?: string; borderColor?: string; borderWidth?: string; borderRadius?: string; labelColor?: string; labelFontWeight?: string; checkedBackgroundColor?: string; checkedBorderColor?: string; showAdditionalInfo?: boolean; } export declare const ConfigurableRadioButton: StoryFn; //# sourceMappingURL=RadioButton.stories.d.ts.map