export class Getter { constructor({ action, component, args, globals, self }: { action: any; component: any; args: any; globals: any; self: any; }); _action: any; _component: any; _args: any; _globals: any; _self: any; get(name: any): any; } export default class ComponentFillerProps { _registrar: {}; _getSession(): any; _getGlobals(): any; getFillerProps(props: any): Getter; getWhereProps(where: any, props: any): {}; }