/// import { FunctionReflection } from '@tygen/reflector'; import { BaseView } from './view'; export declare class FunctionPage extends BaseView { render(): JSX.Element; } //# sourceMappingURL=function.d.ts.map