export declare function useElementIds(id?: string): {
    elementId: string;
    errorId: string;
    dropdownId: string;
};
