import { CSSProperties } from 'react';
import { type SplineProps } from "../../awesome/Spline";
export interface LogoThreeProps extends Partial<SplineProps> {
    className?: string;
    size?: number;
    style?: CSSProperties;
}
declare const LogoThree: import("react").NamedExoticComponent<LogoThreeProps>;
export default LogoThree;
