export declare class LayoutPropController { getUser(foo: string): { user: { username: string; }; }; getView(): { date: string; }; }