import { AbstractLayout, SmartField } from '../../../index';
/**
 * This layout only layouts the INPUT and DIV part of the multi-line smart-field, not the entire form-field.
 */
export declare class SmartFieldMultilineLayout extends AbstractLayout {
    smartField: SmartField<any>;
    htmlPropertyChangeHandler: () => void;
    rowHeight: number;
    constructor(smartField: SmartField<any>);
    protected _initDefaults(): void;
    protected _onHtmlEnvironmentPropertyChange(): void;
    layout($container: JQuery): void;
}
//# sourceMappingURL=SmartFieldMultilineLayout.d.ts.map