/// import TeamComponent from './/index.js'; declare const _default: { title: string; component: typeof TeamComponent; argTypes: { className: { control: boolean; }; type: { control: boolean; }; }; parameters: { layout: string; description: string; tailwind: { group: string; category: string; component: string; }; }; }; export default _default; export declare const WithVerticalImages: (args: any) => JSX.Element; export declare const WithImageAndShortParagraph: (args: any) => JSX.Element; export declare const FullWidthWithVerticalImages: (args: any) => JSX.Element;