import { type LocalizedIconButtonProps } from '../icon-button'; /** * A button for navigating to the previous 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 PrevIconButton(props: LocalizedIconButtonProps): import("react/jsx-runtime").JSX.Element;