import type { Button } from '@momentum-design/components/dist/react';

export type MdcButtonProps = React.ComponentProps<typeof Button>;
