export declare const ShadowBlocks: ({ shadows }: {
    shadows: any;
}) => import("react/jsx-runtime").JSX.Element;
