import { AccountNode } from '@codama/nodes'; import { NodePath } from '@codama/visitors-core'; import { Fragment, RenderScope } from '../utils'; export declare function getAccountPageFragment(scope: Pick & { accountPath: NodePath; size: number | null; }): Fragment; //# sourceMappingURL=accountPage.d.ts.map