import type { Meta, StoryFn } from '@storybook/react'; import type { TextProps } from '@pega/cosmos-react-core'; declare const _default: Meta; export default _default; export declare const TextDemo: StoryFn; interface ConfigurableTextProps { primaryFontSize?: string; primaryFontWeight?: string; secondaryFontSize?: string; secondaryFontWeight?: string; h1FontSize?: string; h1FontWeight?: string; h2FontSize?: string; h2FontWeight?: string; h3FontSize?: string; h3FontWeight?: string; h4FontSize?: string; h4FontWeight?: string; h5FontSize?: string; h5FontWeight?: string; h6FontSize?: string; h6FontWeight?: string; } export declare const ConfigurableText: StoryFn; //# sourceMappingURL=Text.stories.d.ts.map