import type { LiquidShapeType } from './interface'; export declare const getShapes: (shapesType: LiquidShapeType, size: number) => string;