import { Props, ShorthandValue } from '../types';
export declare const getKindProp: (item: ShorthandValue<Props>, defaultValue: string) => any;
