import { PropType } from '../../../../types/src';
import { TsType } from './ts-types';
export declare const propTypeTsType: Record<PropType, TsType>;
