/// import { IconProps } from './types'; export declare const StackIcon: ({ color, ...props }: IconProps) => JSX.Element; export default StackIcon;