/** * Generates an appropriate aria-label for a filter remove button * @param label - The filter label * @returns The aria-label string */ export declare function getRemoveFilterAriaLabel(label: string): string; /** * Generates an aria-label for color option filters * @param label - The color label * @returns The aria-label string */ export declare function getColorOptionAriaLabel(label: string): string;