import type { FormColumnType } from "../../..";
export declare const getColumns: () => FormColumnType[];
