export type RDGSearchBarProps = { ariaLabel?: string; autoFocus?: boolean; clearLabel?: string; debounceMs?: number; placeholder?: string; }; export declare function RDGSearchBar(props: RDGSearchBarProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=RDGSearchBar.d.ts.map