/// <reference types="react" />
export interface IconFootstepsProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconFootsteps: React.FC<IconFootstepsProps>;
