import { ComponentPropsWithoutRef } from 'react'; export type ShadowProps = ComponentPropsWithoutRef<"div">; export declare const Shadow: ({ children, ...rest }: ShadowProps) => import("react/jsx-runtime").JSX.Element; export default Shadow;