import { HTMLAttributes } from "react";
import { FeaturesProps } from "./FeaturesProps";
import "./features.scss";
export type { FeaturesProps };
export declare const FeaturesContextDefault: import("react").ForwardRefExoticComponent, "style"> & import("react").RefAttributes>;
export declare const FeaturesContext: import("react").Context, "style"> & import("react").RefAttributes>>;
export declare const Features: import("react").ForwardRefExoticComponent, "style"> & import("react").RefAttributes>;