import React from 'react'; declare type Props = { children: React.ReactNode; }; declare function InlineActions(props: Props): JSX.Element | null; export default InlineActions;