import { CloseButtonProps } from 'types'; export declare const colorDecorator: ({ background, color }: CloseButtonProps) => import("styled-components").FlattenSimpleInterpolation; export declare const CloseButton: import("styled-components").StyledComponent<"button", any, CloseButtonProps, never>;