import IActionDialogProps from "../types/action"; export declare const ActionDialog: ({ children, onActionClick, title, actionLabel }: IActionDialogProps) => JSX.Element;