import { Story } from '@storybook/react'; import { SpotlightCardProps } from './SpotlightCard'; declare const _default: { title: string; component: ({ children, heading, title, backgroundImage }: SpotlightCardProps) => JSX.Element; argTypes: { backgroundColor: { table: { disable: boolean; }; }; children: { table: { disable: boolean; }; }; }; }; export default _default; export declare const SpotlightCardBlock: Story;