import { Flex, FlexProps } from "@components/Layout/Flex"; interface ModalFooterProps extends FlexProps {} export function ModalFooter(props: ModalFooterProps) { return ; } ModalFooter.displayName = "Modal.Footer";