import { ElevationInterface, SquareSizeInterface, TestId } from './utils'; export type CloseButtonProps = { background?: string; color?: string; onClick?: (event: React.MouseEvent) => void; } & ElevationInterface & SquareSizeInterface & TestId;