declare const _default: {
    id: string;
    name: string;
    description: string;
    fields: {
        nameReadable: {
            label: string;
            type: "text";
            hint: string;
            isRequired: true;
        };
        nameKebab: {
            label: string;
            type: "text";
            hint: string;
        };
    };
};
export default _default;
