export interface IPizzagnaProperty {
    pizzagnaKey?: string;
    componentId: string;
    providerKey?: string;
    propertyPath: string[];
}
export declare function getPizzagnaPropertyPath(definition: IPizzagnaProperty): string;
