import type { Story } from '@storybook/react'; import type { TFormWrapperProps } from './FormWrapper'; declare const _default: { component: ({ isValid, titleId, title, backgroundName, children, configBackgroundImages, }: TFormWrapperProps) => import("@emotion/react/jsx-runtime").JSX.Element; title: string; }; export default _default; export declare const Basic: Story;