import { Meta } from '@storybook/react'; import { ComponentProps } from 'react'; declare const Component: (_props: any) => JSX.Element; type Props = ComponentProps; declare const meta: Meta; export default meta; export declare const Default: (props: Props) => JSX.Element; //# sourceMappingURL=Template.stories.d.ts.map