import { BallerineLogoProps } from './types'; import { FunctionComponent } from 'react'; export declare const ballerineLogoCva: (props?: ({ size?: "normal" | "small" | null | undefined; } & import('class-variance-authority/dist/types').ClassProp) | undefined) => string; export declare const BallerineLogo: FunctionComponent; //# sourceMappingURL=BallerineLogo.d.ts.map