import { LiquidFillProps } from '../../types'; /** * LiquidFill - Container that fills with animated liquid * * @example * ```tsx * * console.log('done')} /> * // indeterminate * ``` */ export declare const LiquidFill: import('react').ForwardRefExoticComponent>; //# sourceMappingURL=LiquidFill.d.ts.map