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