import React from 'react'; import { IconConfig } from '../type'; interface IconComProps { type: 'stowed' | 'expand' | 'child'; iconConfig: IconConfig; } declare const _default: React.NamedExoticComponent; export default _default;