/** * @slot (default) - Label content */ export declare class AmplifyLabel { /** Reflects the value of the for content property of html element */ htmlFor: string; componentWillLoad(): void; render(): any; }