import type { ShapeComponent as SC } from '../../runtime';
export type LiquidOptions = Record<string, any>;
export declare const Liquid: SC<LiquidOptions>;
