export type { SearchBarProps } from '@shopify/retail-ui-extensions'; export declare const SearchBar: "SearchBar" & { readonly type?: "SearchBar" | undefined; readonly props?: import("@shopify/retail-ui-extensions/src").SearchBarProps | undefined; readonly children?: true | undefined; } & import("@remote-ui/react").ReactComponentTypeFromRemoteComponentType>; //# sourceMappingURL=SearchBar.d.ts.map