import React from 'react'; interface PageBottomActionsProps { left?: React.ReactNode; right?: React.ReactNode; } declare function PageBottomActions(props: PageBottomActionsProps): JSX.Element; export { PageBottomActions };