import { StoryFn, Meta } from '@storybook/react';
import OnText from '../on-text';
declare const _default: Meta<typeof OnText>;
export default _default;
export declare const Playground: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, import("../on-text").Props>;
export declare const FontSize: StoryFn<typeof OnText>;
export declare const FontWeight: StoryFn<typeof OnText>;
