import React from "react"; export declare function BoxShadow({ id, shadow }: { id: string; shadow: string; }): React.JSX.Element | null;