import type { Story } from '@storybook/react'; import type { BackgroundProps } from './Background'; declare const _default: { component: ({ children, backgroundColour1, backgroundColour2, }: BackgroundProps) => import("@emotion/react/jsx-runtime").JSX.Element; title: string; }; export default _default; export declare const Default: Story;