import { InputSearchVariantType } from '../../../../../components/inputSearch/types/inputSearchTheme';
import { InputSearchVariant } from './variants';
export declare const getInputSearchStyles: (COLORS: {
    [key: string]: {
        [key: string]: string;
    };
}) => InputSearchVariantType<InputSearchVariant>;
