export declare const Sidebar: import("react").ForwardRefExoticComponent<{
    className?: string;
    children?: import("react").ReactNode;
} & import("react").RefAttributes<HTMLDivElement>>;
export declare const Snapshot: import("react").ForwardRefExoticComponent<{
    className?: string;
    selected?: boolean;
    comparing?: boolean;
    onClick?: () => void;
    actions?: import("react").ReactNode;
    children?: import("react").ReactNode;
} & import("react").RefAttributes<HTMLDivElement>>;
