import { type ClassValue } from "clsx"; export { noop } from "@photoroom/shared/utils/noop"; export declare function cn(...inputs: ClassValue[]): string; export declare function isValidComponent(element: React.ComponentType> | React.ReactNode): element is React.ComponentType>; export declare const CDN: { OfficialAssetURL(path: string): string; UserAssetURL: (path: string) => string; }; //# sourceMappingURL=utils.d.ts.map