import type { JSONOutput } from 'typedoc'; export interface TypeAndParentProps { type?: JSONOutput.SomeType; } export declare function TypeAndParent({ type }: TypeAndParentProps): import("react").JSX.Element; //# sourceMappingURL=TypeAndParent.d.ts.map