import { DynamicSectionProps, FileSystemType } from '../ui/index.js';
export interface IJsonContent {
    items: {
        id_input: string;
        number: number;
        text?: string;
        sufix?: string;
        prefix?: boolean;
        image?: FileSystemType[];
    }[];
}
export declare const dynamicCustom: DynamicSectionProps;
