import type { Img } from '../../types/props.js'; export type FeaturesDataType = { img: Img; mobileImg: Img; title: string; description: string; numberOne: string; textOne: string; numberTwo: string; textTwo: string; icon: Img; }; declare const _default: any; export default _default;