import { FunctionComponent } from 'react';

interface ArrowTextIndicatorProps {
    message: string;
    animate?: boolean;
}
declare const ArrowTextIndicator: FunctionComponent<ArrowTextIndicatorProps>;

export { ArrowTextIndicator as default };
export type { ArrowTextIndicatorProps };
