import { WebGridStateBaseDirectiveDescription } from "./WebGridStateBaseDirectiveDescription"; import { Type } from "./type"; /** * @hidden */ export declare class WebGridStateDescription extends WebGridStateBaseDirectiveDescription { static $t: Type; protected get_type(): string; constructor(); private n; get stateParsedRef(): string; set stateParsedRef(a: string); }