import React from 'react'; import type { ComponentConfig, HTMLTagList, PropsType, Variants, HTMLAttributesWithoutOnChange, HTMLAttributesWithoutOnChangeAndDefaultValue, HTMLAttributesWithoutDraggable, InputHTMLAttributesWithoutDraggable } from './types'; export declare const mergeConfig: , LayoutPropsBase extends React.HTMLAttributes | HTMLAttributesWithoutOnChange | HTMLAttributesWithoutOnChangeAndDefaultValue | HTMLAttributesWithoutDraggable | InputHTMLAttributesWithoutDraggable | Record, LayoutPropsUser extends React.HTMLAttributes | HTMLAttributesWithoutOnChange | HTMLAttributesWithoutOnChangeAndDefaultValue | HTMLAttributesWithoutDraggable | InputHTMLAttributesWithoutDraggable | Record | undefined = undefined>(baseConfig: ComponentConfig, userConfig?: Partial>) => ComponentConfig, LayoutPropsUser extends undefined ? LayoutPropsBase : LayoutPropsUser>; export declare function component, LayoutProps extends React.HTMLAttributes | HTMLAttributesWithoutOnChange | HTMLAttributesWithoutOnChangeAndDefaultValue | HTMLAttributesWithoutDraggable | InputHTMLAttributesWithoutDraggable | Record>(config: ComponentConfig): React.FunctionComponent; //# sourceMappingURL=common.d.ts.map