type MatchIconProps = {
    isChecked: boolean;
};
export declare const MatchIcon: (props: MatchIconProps) => import("react/jsx-runtime").JSX.Element;
export {};
