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