import { Story } from '@storybook/react'; import { ShopCardProps } from './ShopCard'; declare const _default: { title: string; component: (props: ShopCardProps) => JSX.Element; argTypes: { backgroundColor: { table: { disable: boolean; }; }; children: { table: { disable: boolean; }; }; }; }; export default _default; export declare const ShopCardBlock: Story;