import { HTMLProps } from 'react';
export declare function Lift(props: HTMLProps<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
export declare function LiftHeader(props: HTMLProps<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
