import { IShapePath, IWidgetIcon } from '@vev/utils'; interface ShapePreviewProps { shape: IWidgetIcon | IShapePath; className?: string; } export declare function SilkeShape({ shape, className }: ShapePreviewProps): import("react/jsx-runtime").JSX.Element | null; export {};