import { SearchBusinessItem } from '../types';
export declare const getSearchItemLayout: ({ business_name, registration_number, address, credit_bureau_id, }: SearchBusinessItem) => string;
export declare const getSearchNotFoundItemLayout: () => string;
export declare const setIpAndLocationData: (shadowRoot: ShadowRoot, buyerId: string | null) => Promise<void>;
