import * as React from 'react'; import { FlexProps } from '../../layout/Flex'; type PopoverFooterProps = FlexProps & { children: React.ReactNode; }; declare const _default: React.FC; export default _default;