export declare const CSS: {
    icon: string;
    iconContainer: string;
    select: string;
    wrapper: string;
};
export declare const IDS: {
    validationMessage: string;
};
