/// export declare class Foo { private x; static y: string; render({ username }: { username: string }): JSX.Element; }