export declare const SKINS: {
    readonly standard: "standard";
    readonly standardFilled: "standardFilled";
    readonly light: "light";
    readonly lightFilled: "lightFilled";
    readonly dark: "dark";
    readonly transparent: "transparent";
};
export declare const SIZES: {
    readonly small: "small";
    readonly medium: "medium";
    readonly large: "large";
};
export declare const testDataHooks: {
    customIcon: string;
};
//# sourceMappingURL=CloseButton.constants.d.ts.map