import { StyledIcon } from '@styled-icons/styled-icon';
export declare const Pokemon: StyledIcon;
export declare const PokemonDimensions: {
    height: number;
    width: number;
};
