export declare const PhotoList: (import("../..").ConfigType | {
    category: import(".").ChatCategoryEnum;
    categoryName: import(".").ChatCategoryEnumName;
    package: import("../..").PackagesCategoryEnum;
    chartFrame: import("../..").ChartFrameEnum;
    title: string;
    image: string;
    redirectComponent: string;
    disabled: boolean;
    configEvents: {
        addHandle: (photoConfig: import("../..").ConfigType) => void;
    };
    key: string;
    chartKey: string;
    conKey: string;
    dataset?: any;
    icon?: string;
})[];
