import { Config } from './config'; import { types } from '../types'; export type SymbolProps = types.SymbolProps; export declare const StableFor: ({ config: { duration } }: SymbolProps) => import("react").JSX.Element; //# sourceMappingURL=StableFor.d.ts.map