/// import Lane from '../utils/lanes'; type LaneIconProps = { id: Lane.Id; }; export declare function LaneIcon({ id, ...restProps }: LaneIconProps): JSX.Element | null; export {};