import { FC } from 'react';
declare const Ezdac: FC<{
    ariaLabel?: string;
    setValue?: boolean;
    onClick?: (b: boolean) => void;
}>;
export default Ezdac;
