import type { ValuesOf } from "../../util/typings.js"; export declare const FilterPillTypes: { readonly submit: "submit"; readonly reset: "reset"; readonly button: "button"; }; export type FilterPillType = ValuesOf; export declare const FilterPillFormTargets: { readonly blank: "_blank"; readonly self: "_self"; readonly parent: "_parent"; readonly top: "_top"; }; export type FilterPillFormTarget = ValuesOf; /** Appearance values for {@link FilterPill}. */ export declare const FilterPillAppearances: { readonly primary: "primary"; readonly subtle: "subtle"; readonly transparent: "transparent"; readonly outline: "outline"; readonly primaryOnBrand: "primary-on-brand"; }; export type FilterPillAppearance = ValuesOf; /** Shape values for {@link FilterPill}. */ export declare const FilterPillShapes: { readonly circular: "circular"; readonly square: "square"; }; export type FilterPillShape = ValuesOf; /** Size values for {@link FilterPill}. */ export declare const FilterPillSizes: { readonly small: "small"; readonly medium: "medium"; readonly large: "large"; }; export type FilterPillSize = ValuesOf; /** * FilterPill event names * @public */ export declare const FilterPillEventNames: { readonly pressedChange: "pressed-change"; }; //# sourceMappingURL=filter-pill.options.d.ts.map