/// import { Text as TextComponent } from './/index.js'; declare const _default: { title: string; component: typeof TextComponent; parameters: { description: string; }; argTypes: { className: { control: boolean; }; children: { control: boolean; table: { disable: boolean; }; }; }; }; export default _default; export declare const Text: (args: any) => JSX.Element;