import { IWebComponentInstance } from "../../../";
import { VueComponentBase } from "../../VueComponentBase";
import { IAppDescriptionInput } from "./IAppDescriptionInput";
export declare class AppDescriptionInput extends VueComponentBase implements IAppDescriptionInput, IWebComponentInstance {
    description: string;
    dark: boolean;
    onDescriptionChanged: (title: string) => void;
    private omniaUxLoc;
    private appPolicyValidationState;
    private fieldClasses;
    private hint;
    private countDown;
    private minLength;
    private error;
    private errorMessage;
    private isFocus;
    created(): void;
    mounted(): void;
    checkDescription(): void;
    render(): VueTsxSupport.JSX.Element;
}
