import { LabelHTMLAttributes } from 'preact'; type LabelProps = LabelHTMLAttributes; export declare function Label(props: LabelProps): import("preact").JSX.Element; export {}; //# sourceMappingURL=Label.d.ts.map