import { ElementProps, UnstyledButtonProps } from '@mantine/core'; interface SearchControlProps extends Omit, ElementProps<'button'> { } export declare function SearchControl({ className, ...others }: SearchControlProps): import("react").JSX.Element; export {};