import { useGetAnnotationColumnModels } from '@/synapse-queries/table/useColumnModel';
export declare const USE_RECOMMENDED_SIZES_BUTTON_TEXT = "Use Recommended Sizes";
type TableColumnSchemaFormActionsProps = {
    disabled?: boolean;
    annotationColumnModelsQuery: ReturnType<typeof useGetAnnotationColumnModels>;
};
export declare function TableColumnSchemaFormActions(props: TableColumnSchemaFormActionsProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=TableColumnSchemaFormActions.d.ts.map