import { Styles } from '../styles/types'; export declare function mergeStyles(...objects: (Styles | undefined | null)[]): Styles;