import { FitMode } from './types'; export declare const isFit: (value: any) => value is FitMode;