import { LinkProps } from '../Link'; import { TextProps } from '../Text'; export interface LabelProps extends TextProps { markInvalid?: boolean; } export declare const Label: (props: LabelProps) => import("@emotion/react/jsx-runtime").JSX.Element; export type LabelLinkProps = LinkProps; export declare const LabelLink: (props: LabelProps) => import("@emotion/react/jsx-runtime").JSX.Element; //# sourceMappingURL=Label.d.ts.map