import { FeedbackInternalOptions } from '../types';
interface IconReturn {
    el: SVGElement;
}
type Props = Pick<FeedbackInternalOptions, 'colorScheme'>;
/**
 * Sentry Logo
 */
export declare function Logo({ colorScheme }: Props): IconReturn;
export {};
//# sourceMappingURL=Logo.d.ts.map
