import { CalculatedField } from '@smallwebco/tinypivot-core'; type __VLS_Props = { show: boolean; availableFields: string[]; existingField?: CalculatedField | null; theme?: string; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { close: () => any; save: (field: CalculatedField) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onClose?: (() => any) | undefined; onSave?: ((field: CalculatedField) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=CalculatedFieldModal.vue.d.ts.map