import { ElementType, HTMLHopeProps } from "../types";
export interface FormLabelOptions {
withRequiredIndicator?: boolean;
}
export declare type FormLabelProps = HTMLHopeProps;
export declare function FormLabel(props: FormLabelProps): import("solid-js").JSX.Element;
export declare namespace FormLabel {
var toString: () => string;
}
//# sourceMappingURL=form-label.d.ts.map