declare const Demo: ({ width }: {
    width: any;
}) => import("react/jsx-runtime").JSX.Element;
export default Demo;
