import type { Struct } from '@strapi/types';
declare const _default: () => {
    toContentManagerModel(contentType: Struct.ComponentSchema): {
        apiID: string;
        isDisplayed: boolean;
        attributes: any;
        modelType: "component";
        uid: import("@strapi/types/dist/uid").Component;
        category: string;
        modelName: string;
        globalId: string;
        pluginOptions?: Struct.SchemaPluginOptions;
        options?: Struct.SchemaOptions;
        collectionName?: string;
        plugin?: string;
        info: Struct.SchemaInfo;
    };
    toDto: import("lodash/fp").LodashPick2x1;
};
export default _default;
//# sourceMappingURL=data-mapper.d.ts.map