import { THEME } from "../../types"; declare type AptibleLogoProps = { height: number; theme?: THEME; }; export declare const AptibleLogo: (props: AptibleLogoProps) => JSX.Element; export {};