/** * This work is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/) * Modified to have animation. */ export declare const BxCheckAnimated: ({ isChecked, ...props }: React.SVGProps & { isChecked?: boolean; }) => JSX.Element;