import { type ButtonProps } from '../button/button'; export type SearchClearProps = Omit & { /** * Aria label for the clear button * @default 'Tøm' */ 'aria-label'?: string; }; /** * SearchClear component, used to display a clear button when the search input is not empty. * * @example * * * * */ export declare const SearchClear: import("react").ForwardRefExoticComponent & { /** * Aria label for the clear button * @default 'Tøm' */ 'aria-label'?: string; } & import("react").RefAttributes>; //# sourceMappingURL=search-clear.d.ts.map