import { FC } from "react";
export type Props = {
    title: string;
    description: string;
};
export declare const EmptyStack: FC<Props>;
