import { CSSProperties, VNodeChild } from 'vue'; import { VueTypeValidableDef, VueTypesInterface } from 'vue-types'; export declare type VueNode = VNodeChild | JSX.Element; declare type PropTypes = VueTypesInterface & { readonly style: VueTypeValidableDef; readonly VNodeChild: VueTypeValidableDef; }; declare const propTypes: PropTypes; export { propTypes };