import { ColumnsComponentSchema, EditGridComponentSchema, FieldsetComponentSchema } from '@open-formulieren/types';
export declare const MAIN_DROPZONE_ID = "main-dropzone";
export declare const isDropzoneId: (id: string) => boolean;
export declare const getDropzoneId: (component: EditGridComponentSchema | FieldsetComponentSchema) => string;
export declare const getColumnDropzoneId: (component: ColumnsComponentSchema, columnIndex: number) => string;
export declare const getComponentKeyFromDropzoneId: (id: string) => string;
