export declare const CSS: {
    loader: string;
    clearButton: string;
    editingEnabled: string;
    inlineChild: string;
    inputIcon: string;
    prefix: string;
    suffix: string;
    wrapper: string;
    inputWrapper: string;
    actionWrapper: string;
    resizeIconWrapper: string;
};
export declare const IDS: {
    validationMessage: string;
};
export declare const SLOTS: {
    action: string;
};
