import React from 'react'; import type { $RemoveChildren } from '../../types'; import { Button } from '../..'; type Props = $RemoveChildren; declare const AppBarBackAction: ({ disabled, ...rest }: Props) => React.JSX.Element; export default AppBarBackAction; //# sourceMappingURL=AppBarBackAction.d.ts.map