export declare const isDefined: (value: T) => value is NonNullable; export declare const deepMergeObjects: >(...sources: Array) => T; export declare const copyComponentProperties: (Component: any, UnistylesComponent: any) => any; export declare const isUnistylesMq: (mq: string) => boolean; export declare const parseMq: (mq: string) => { minWidth: number | undefined; maxWidth: number | undefined; minHeight: number | undefined; maxHeight: number | undefined; }; export declare const isValidMq: (parsedMQ: ReturnType) => boolean; //# sourceMappingURL=utils.d.ts.map