import { ComponentInterface } from "../../stencil-public-runtime"; export declare class Checkmark implements ComponentInterface { /** * The size of the thumb */ size: string; /** * Start the animation */ animating: boolean; render(): any; }