import { type SQLOptions } from '../../types'; interface Props { labelWidth: number; onMaxLifetimeChanged: (number?: number) => void; jsonData: SQLOptions; } export declare function MaxLifetimeField({ labelWidth, onMaxLifetimeChanged, jsonData }: Props): import("react/jsx-runtime").JSX.Element; export {};