import type { AnyProp, ComplexProp } from '../types';
export declare const isComplexProp: (prop: AnyProp) => prop is ComplexProp;
