import { type DelHTMLAttributes } from 'react'; import type { DefaultProps } from '../../types'; import type { MergeRight } from '../../utilities'; export type SuggestionClearProps = MergeRight, { /** * Aria label for the clear button * @default 'Tøm' */ 'aria-label'?: string; }>; /** * Component that provides a clear button for the Suggestion input. * * Place as a descendant of `Suggestion` * * @example * * * * * */ export declare const SuggestionClear: import("react").ForwardRefExoticComponent, "aria-label"> & { /** * Aria label for the clear button * @default 'Tøm' */ 'aria-label'?: string; } & import("react").RefAttributes>; //# sourceMappingURL=suggestion-clear.d.ts.map