import { StoryObj } from "@storybook/react"; import { CaptchaProps } from "../Captcha.types"; declare const _default: import("@storybook/csf").ComponentAnnotations; export default _default; export declare const Default: StoryObj; export declare const DifferentBackground: StoryObj; export declare const DifferentSize: StoryObj; export declare const DifferentPoints: StoryObj; export declare const DifferentLines: StoryObj; export declare const DifferentFontFamilies: StoryObj; export declare const DifferentFontSizes: StoryObj; //# sourceMappingURL=Captcha.stories.d.ts.map