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