import { FunctionalComponent } from '../stencil-public-runtime';
type Props = {
    ariaLabel?: string;
    className?: string;
    decorative?: boolean;
    onClear?: (event: MouseEvent | KeyboardEvent) => void;
};
export declare const CloseSolidIcon: FunctionalComponent<Props>;
export {};
