import * as React from "react"; export interface HerWayDemoProps { scale?: number; style?: React.CSSProperties; className?: string; } export declare function HerWayDemo(props?: HerWayDemoProps): React.JSX.Element; export default HerWayDemo;