import { AnimatableProps } from "../animatable";
/**
 * Wrap around text to animate it.
 *
 * @see {@link https://lively.infinityfx.dev/docs/components/typable}
 */
declare function Typable({ children, stagger, staggerLimit, ...props }: AnimatableProps): import("react/jsx-runtime").JSX.Element;
declare namespace Typable {
    var isLively: boolean;
}
export default Typable;
