import React from "react"; declare function CenterDecorator(story: () => React.ReactNode): React.JSX.Element; export default CenterDecorator;