/// import { VariableReflection, ParameterReflection } from '@tygen/reflector'; import { PrettyCode } from './prettier'; export declare class VariablePre extends PrettyCode<{ reflection: VariableReflection; }> { render(): JSX.Element; } export declare class ParameterPre extends PrettyCode<{ reflection: ParameterReflection; }> { render(): JSX.Element; } export declare function LetKeyword(): JSX.Element; //# sourceMappingURL=variable.d.ts.map