import React from "react"; declare const _default: import("@storybook/types").ComponentAnnotations & { [x: string]: any; [x: number]: any; [x: symbol]: any; } & { theme?: import("styled-components").DefaultTheme | undefined; } & { as?: string | React.ComponentType | undefined; forwardedAs?: string | React.ComponentType | undefined; } & { disablePortal?: boolean | undefined; } & { children?: React.ReactNode; }>; export default _default; export declare const WithRadio: import("@storybook/types").AnnotatedStoryFn & { [x: string]: any; [x: number]: any; [x: symbol]: any; } & { theme?: import("styled-components").DefaultTheme | undefined; } & { as?: string | React.ComponentType | undefined; forwardedAs?: string | React.ComponentType | undefined; } & { disablePortal?: boolean | undefined; } & { children?: React.ReactNode; }>; export declare const Picture: import("@storybook/types").AnnotatedStoryFn & { [x: string]: any; [x: number]: any; [x: symbol]: any; } & { theme?: import("styled-components").DefaultTheme | undefined; } & { as?: string | React.ComponentType | undefined; forwardedAs?: string | React.ComponentType | undefined; } & { disablePortal?: boolean | undefined; } & { children?: React.ReactNode; }>;