import { IBackActionProps } from "./types"; export declare function BackAction({ accessibilityLabel, ...rest }: IBackActionProps): import("react/jsx-runtime").JSX.Element; export declare namespace BackAction { var displayName: string; }