import { default as React } from 'react'; interface IconShowcaseProps { className?: string; } export declare const IconShowcase: React.FC; export {};