import './DialogInfoIcon.scss'; import { FunctionTypeVoidToVoid } from '../../../../../CommonTypes/BaseViewModel'; import UiKitTheme from '../../../../themes/UiKitTheme'; type RenderRightActionsProps = { onClickInfo: FunctionTypeVoidToVoid; theme?: UiKitTheme; }; declare const DialogInfoIcon: ({ onClickInfo, theme, }: RenderRightActionsProps) => import("react/jsx-runtime").JSX.Element; export default DialogInfoIcon; //# sourceMappingURL=DialogInfoIcon.d.ts.map