/** * This web component serves as the input label for the searchcraft-input-form component. * * @js-example * ```html * * ``` * * @internal */ export declare class SearchcraftInputLabel { /** * The classname applied to the label element. */ inputLabelClassName?: string | undefined; label: string; render(): any; } //# sourceMappingURL=searchcraft-input-label.d.ts.map