declare namespace _default { export namespace defaultSchema { export const properties: { name: { type: string; title: string; }; email: { type: string; title: string; width: number; }; number: { type: string; title: string; }; }; } export const items: { email: string; name: string; number: number; color: { color: string; label: string; }; color1: { color: string; label: string; }; color2: { color: string; label: string; }; color3: { color: string; label: string; }; color4: { color: string; label: string; }; color5: { color: string; label: string; }; color6: { color: string; label: string; }; }[]; } export default _default;