/// import { CircleProps } from "./circle.shared"; declare function CircleCanvasH5(props: CircleProps): JSX.Element; export default CircleCanvasH5;