import React from 'react'; import type { LabelProps } from './types'; export declare function Label({ error, secondary, htmlFor, 'data-tag': dataTag, id, children }: LabelProps): React.JSX.Element;