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

export type MdcButtonProps = React.ComponentProps<typeof Button>;
export type MdcDialogProps = React.ComponentProps<typeof Dialog>;
export type MdcTextProps = React.ComponentProps<typeof Text>;

export type MdcIconProps = React.ComponentProps<typeof Icon>;
