import type { ComponentProps } from '../context/props'; export declare function useComponentProps(component: keyof ComponentProps, props: T): T;