import type { CSSProperties } from 'react';
export declare function mergeStyles(...styles: (CSSProperties | undefined)[]): CSSProperties;
