/************ Processor: ts ************/ import __beyond_dep_def_0 from 'react'; // index.tsx declare namespace ns_0 { import React = __beyond_dep_def_0; export interface IPropsPreload { width?: string; height?: string; color?: string; stopAnimation?: boolean; radio?: string; } export function Preload(props: IPropsPreload): React.JSX.Element; } export import Preload = ns_0.Preload; export declare const hmr: {on: (event: string, listener: any) => void, off: (event: string, listener: any) => void };