/** * ---------------------------------------------------- * THIS IS AN AUTOMATICALLY GENERATED FILE * If you edit this file directly, your changes will * be OVERRIDDEN the next time these icons are built * * Please see the README for more information * ---------------------------------------------------- */ export interface LenderLogoProps { width?: string; height?: string; className?: string; } export declare const LenderLogoWrapper: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, LenderLogoProps, never>;