export type ImposeRestrictionFormProps = {
    entityId: string;
    open: boolean;
    onClose: () => void;
};
export default function ImposeRestrictionDialog(props: ImposeRestrictionFormProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=ImposeRestrictionDialog.d.ts.map