import { type LocalizedIconButtonProps } from '../icon-button'; /** * A button for going forward to the next item, page, or step. * Uses the useLocale hook from LocaleProvider context to provide an accessible label * based on the current locale, or wraps with one if `locale` is provided. */ export declare function ForwardIconButton(props: LocalizedIconButtonProps): import("react/jsx-runtime").JSX.Element;