/// export interface IconFootstepsOutlineProps { size?: string; style?: React.CSSProperties; } export declare const IconFootstepsOutline: React.FC;