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