/// <reference types="react" />
type InlineStyle = React.CSSProperties | Record<string, string | number | null | undefined> | undefined;
export declare function mergeStyles(...styles: Array<InlineStyle>): InlineStyle;
export {};
