export declare const configMapper: Record; export declare const getDefaultConfig: (props: any, user: any) => any; export declare const useDefaultConfig: ({ props, setValue, isInternalOptions, watchedValue }: { props: any; setValue?: any; isInternalOptions: boolean; watchedValue: any; }) => { defaultOptions: any; };