import type { IconButtonProps } from "@components/IconButton/IconButton.interface"; export interface IconButtonGroupProps extends Pick { buttons: Omit[]; variant: "filled" | "outlined" | "ghost"; }