/// <reference types="react" />
import type { FeaturesProps } from './type';
declare const Features: import("react").NamedExoticComponent<FeaturesProps>;
export default Features;
