import type { DComponentConfig } from '../contex'; export declare function useComponentConfig(component: keyof DComponentConfig, props: T): T;