export class ComponentPropertyPath {
    /**
     * Component type name
     * @type {string}
     */
    component: string;
    /**
     * Path to the property
     * @type {string}
     */
    path: string;
}
//# sourceMappingURL=ComponentPropertyPath.d.ts.map