import { FC } from "react"; export interface OrderlyLogoProps { width?: number; height?: number; className?: string | undefined; } export declare const OrderlyLogo: FC; //# sourceMappingURL=orderlyLogo.d.ts.map