/** * Combines a component's default data-cid with a data-cid from props * @param dataCid - The default data-cid for the component * @param props - The component props object that may contain a data-cid * @returns A combined data-cid string, trimmed of extra whitespace */ declare const combineDataCid: (dataCid: string, props: any) => string; export { combineDataCid }; //# sourceMappingURL=combineDataCid.d.ts.map