import { HTMLAttributes } from "react";
import { FeatureProps } from "./FeatureProps";
export type { FeatureProps };
export declare const FeatureContextDefault: import("react").ForwardRefExoticComponent, "style"> & import("react").RefAttributes>;
export declare const FeatureContext: import("react").Context, "style"> & import("react").RefAttributes>>;
export declare const Feature: import("react").ForwardRefExoticComponent, "style"> & import("react").RefAttributes>;