import * as React from 'react'; export declare function PromoImage({ theme }: { theme?: 'light' | 'dark'; }): React.JSX.Element;