import * as _emotion_react_jsx_runtime from '@emotion/react/jsx-runtime'; import { LabelProps } from './@types/LabelProps.js'; /** * [Storybook](https://guardian.github.io/storybooks/?path=/story/source_react-components-label--default-default-theme) • * [Design System](https://theguardian.design/2a1e5182b/p/40151e-label/b/86af7d) • * [GitHub](https://github.com/guardian/csnx/tree/main/libs/@guardian/source/src/react-components/label/Label.tsx) • * [NPM](https://www.npmjs.com/package/@guardian/source) * * A label describes a user input field. * * Label is used by other Source components, such as TextInput. Only use Label * if you are building your own form components. * * The following themes are supported: `light`, `brand`. * */ declare const Label: ({ text, supporting, optional, hideLabel, size, cssOverrides, children, theme, ...props }: LabelProps) => _emotion_react_jsx_runtime.JSX.Element; export { Label };