declare const DemoWrapper: (props: {
    id: any;
    children: any;
}) => JSX.Element;
export default DemoWrapper;
