import { InputSearchVariantType } from '../../../../components/inputSearch/types/inputSearchTheme';
import { InputSearchVariant } from './variants';
export declare const INPUT_SEARCH_STYLES: InputSearchVariantType<InputSearchVariant>;
