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