import React from "react"; interface MirrorCellActionPropsType { children: React.ReactElement; } declare const _default: React.MemoExoticComponent<({ children }: MirrorCellActionPropsType) => React.ReactElement> | null>; export default _default;