type GuiPropRecord = Record; export declare function mergeGuiProps(base?: Partial, variant?: Partial, user?: Partial): Partial; export {};