import type { Hint } from './types'; type FeatureHintProps = { hint?: Hint; }; export declare const FeatureHint: ({ hint }: FeatureHintProps) => import("react").JSX.Element; export {}; //# sourceMappingURL=FeatureHint.d.ts.map