declare const _default: {
    collectionName: string;
    info: {
        singularName: string;
        pluralName: string;
        displayName: string;
        name: string;
    };
    options: {
        comment: string;
    };
    pluginOptions: {
        'content-manager': {
            visible: boolean;
        };
        'content-type-builder': {
            visible: boolean;
        };
        i18n: {
            localized: boolean;
        };
    };
    attributes: {
        name: {
            type: string;
            configurable: boolean;
            required: boolean;
        };
        slug: {
            type: string;
            target: string;
            configurable: boolean;
            required: boolean;
        };
        visible: {
            type: string;
            default: boolean;
            configurable: boolean;
        };
        items: {
            type: string;
            relation: string;
            target: string;
            configurable: boolean;
            mappedBy: string;
        };
    };
};
export default _default;
