import React from "react"; declare const logos: readonly ["calendar", "check-ins", "giving", "groups", "home", "people", "publishing", "registrations", "services"]; export interface LogoProps { markOnly?: boolean; name: (typeof logos)[number]; size?: "xs" | "sm" | "md" | "lg" | "xl"; theme?: "color" | "white"; } export declare const Logo: ({ markOnly, name, size, theme, }: LogoProps) => React.JSX.Element; export {}; //# sourceMappingURL=Logo.d.ts.map