import { FC } from 'react'; /** * @figmaNode wXrXt5uKNNzV2DnQCgyYZH#22878-67600 (Design-System ยท "Empty state") * * Inline empty placeholder: icon 24 + Helper text (14/20 Regular), both in the placeholder grey * `text-icon/placeholder` (= `delta-500`), gap 8, centered. */ export declare const StyledEmptyPage: FC<{ emptyText: string; isEmpty?: boolean; className?: string; }>;