import type { BoxStyleProps } from "@twilio-paste/box"; import type { VariantStyles } from "./types"; /** * Wrapper styles * If the pill is hoverable (i.e. can be selected), we set the color of the 'x' to inherit and set the color on the wrapper. This is so that when anywhere on the pill is hovered, the 'x' matches the rest of the content. * If the pill is not hoverable, we set the color of the 'x' to the correct tokens. */ export declare const wrapperStyles: VariantStyles; export declare const selectedWrapperStyles: VariantStyles; export declare const pillStyles: VariantStyles; export declare const hoverPillStyles: VariantStyles; /** * Close icon styles */ export declare const baseCloseStyles: VariantStyles; export declare const selectedBaseCloseStyles: VariantStyles; export declare const closeInheritColorStyles: BoxStyleProps; export declare const closeColorStyles: VariantStyles; export declare const selectedCloseColorStyles: VariantStyles; //# sourceMappingURL=FormPill.styles.d.ts.map