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