/// <reference types="react" />
import type { GridShowcaseProps } from './type';
declare const GridShowcase: import("react").NamedExoticComponent<GridShowcaseProps>;
export default GridShowcase;
