/**
 * The class for the search interface.
 */
export declare const CLASS_SEARCH: string;
/**
 * The class for the replace interface.
 */
export declare const CLASS_REPLACE: string;
/**
 * The class for controls in the search interface.
 */
export declare const CLASS_SEARCH_CONTROLS: string;
/**
 * The class for controls in the replace interface.
 */
export declare const CLASS_REPLACE_CONTROLS: string;
/**
 * The class for displaying matches count.
 */
export declare const CLASS_MATCHES_COUNT: string;
//# sourceMappingURL=../../../../src/js/extensions/Search/classes.d.ts.map