import './DialogBackIcon.scss'; import { FunctionTypeVoidToVoid } from '../../../../../CommonTypes/BaseViewModel'; type RenderLeftActionsProps = { onClickBack: FunctionTypeVoidToVoid; }; declare const DialogBackIcon: ({ onClickBack }: RenderLeftActionsProps) => import("react/jsx-runtime").JSX.Element; export default DialogBackIcon; //# sourceMappingURL=DialogBackIcon.d.ts.map