interface EmptyProps { description?: string; } export default function Empty({ description }: EmptyProps): import("react").JSX.Element; export {};