import React from 'react'; import { Story } from '@storybook/react'; import { LabelProps } from './Label'; declare const _default: { title: string; component: ({ appearance, text, stretch, ...other }: LabelProps & React.HTMLAttributes) => JSX.Element; }; export default _default; export declare const Demo: Story;