/// import { WithIconWrapperProps } from './withIcon'; export declare type Props = WithIconWrapperProps; declare function FakeIcon(props: Props): JSX.Element; declare namespace FakeIcon { var defaultProps: { accessibilityLabel: string; color: string; decorative: boolean; flip: boolean; flipVertical: boolean; inline: boolean; size: string; }; } export default FakeIcon; //# sourceMappingURL=FakeIcon.d.ts.map