import { FunctionComponent } from "react"; import { IconProps } from './IconProps'; export { default as Stack } from './Stack'; export declare const Icon: FunctionComponent; export default Icon;