export declare const SLOTS: {
    readonly contentBottom: "content-bottom";
    readonly contentTop: "content-top";
};
export declare const CSS: {
    readonly inputContainer: "input-container";
    readonly input: "input";
    readonly contentContainer: "content-container";
    readonly contentAnimation: "content-animation";
    readonly content: "content";
    readonly contentHidden: "content--hidden";
    readonly floatingUIContainer: "floating-ui-container";
    readonly floatingUIContainerActive: "floating-ui-container--active";
    readonly screenReadersOnly: "screen-readers-only";
};
export declare const IDS: {
    readonly validationMessage: "autocompleteValidationMessage";
};
