import * as _radix_ui_themes_components_text_field from '@radix-ui/themes/components/text-field';
import * as React from 'react';

declare const ApiKeysSearch: React.ForwardRefExoticComponent<Omit<_radix_ui_themes_components_text_field.RootProps & React.RefAttributes<HTMLInputElement>, "ref"> & React.RefAttributes<HTMLInputElement>>;

export { ApiKeysSearch };
