import { FlipProp, IconProp, RotateProp, SizeProp, PullProp } from '@fortawesome/fontawesome-svg-core'; export declare type IconProps = IconProp; export declare type SizeProps = SizeProp; export declare type FlipProps = FlipProp; export declare type RotateProps = RotateProp; export declare type PullProps = PullProp;