import { InputBuilder } from "@mongez/moonlight"; export declare class RichTextInput extends InputBuilder { /** * Set component height */ height(height: number): this; } export declare function richTextInput(name: string): any; //# sourceMappingURL=richTextInput.d.ts.map