import type { Story } from '@storybook/react';
import type { LabelProps } from './index';
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, import("@storybook/react").Args>;
export default _default;
export declare const Playground: Story<LabelProps>;
export declare const HtmlFor: () => JSX.Element;
