import { CompositeMarkComponent as CC } from '../runtime';
import { LiquidMark } from '../spec';
export type LiquidData = {
    percent?: number;
} | number;
export type LiquidOptions = Omit<LiquidMark, 'type'>;
export declare const Liquid: CC<LiquidOptions>;
