import type { ComponentWithDocGenInfo, DocGenInfo } from './types'; export declare function useDocgenInfo(of: ComponentWithDocGenInfo): [DocGenInfo, any];