/**
 * This function logs a warning if the amount of items exceeds the recommended amount.
 *
 * @param amount
 * @param id
 * @param ariaLabelledBy
 */
export declare function logOptions(amount: number, recommendedAmount: number, id: string | undefined, ariaLabelledBy: string | undefined): void;
