/** Magnifying glass search icon */
export declare const buildSearchIcon: () => string;
/**
 * Clear (circle with X) icon
 * @param id Instance id used to create a unique mask id.
 */
export declare const buildClearIcon: (id: number) => string;
/** Check icon shown next to the selected country in the dropdown. */
export declare const buildCheckIcon: () => string;
/** Globe icon used when no country is selected */
export declare const buildGlobeIcon: () => string;
