import { StoryObj } from '@storybook/react-vite'; declare const meta: { title: string; component: import('react').ForwardRefExoticComponent, "ref">, "children"> & { value: string | import('qrcode').QRCodeSegment[]; size?: number; errorCorrectionLevel?: import('qrcode').QRCodeErrorCorrectionLevel; maskPattern?: import('qrcode').QRCodeMaskPattern; version?: number; toSJISFunc?: import('qrcode').QRCodeToSJISFunc; } & import('react').RefAttributes>; tags: string[]; parameters: { layout: string; }; args: { value: string; }; }; export default meta; type Story = StoryObj; export declare const Default: Story; export declare const TailwindStyling: Story; export declare const Large: Story; //# sourceMappingURL=qrcode.stories.d.ts.map