/// <reference types="react" />
import type { StoryObj } from '@storybook/react';
import type { DisplaySmProps } from './DisplaySmTypes';
declare const _default: {
    title: string;
    tags: string[];
    component: import("react").ForwardRefExoticComponent<DisplaySmProps & import("react").RefAttributes<HTMLDivElement>>;
    argTypes: {};
};
export default _default;
type Story = StoryObj<DisplaySmProps>;
export declare const Default: Story;
export declare const Medium: Story;
export declare const Semibold: Story;
export declare const Bold: Story;
export declare const OnASurface: Story;
export declare const OnASurfaceWithHue: Story;
export declare const OnAPrimaryDullBackground: Story;
export declare const OnAPrimaryBackground: Story;
export declare const OnAPrimaryDistinctBackground: Story;
export declare const OnAPrimaryDullBackgroundWithHue: Story;
export declare const OnAPrimaryBackgroundWithHue: Story;
export declare const OnAPrimaryDistinctBackgroundWithHue: Story;
export declare const SurfaceOnAPrimaryDullBackground: Story;
export declare const SurfaceOnAPrimaryBackground: Story;
export declare const SurfaceOnAPrimaryDistinctBackground: Story;
export declare const SurfaceOnAPrimaryDullBackgroundWithHue: Story;
export declare const SurfaceOnAPrimaryBackgroundWithHue: Story;
export declare const SurfaceOnAPrimaryDistinctBackgroundWithHue: Story;
