export type TransformationEmptySpaceProps = { imageSrc: string; imageAlt?: string; label: React.ReactNode; className?: string; }; export declare const TransformationEmptySpace: ({ imageSrc, imageAlt, label, className, }: TransformationEmptySpaceProps) => import("react").JSX.Element; //# sourceMappingURL=TransformationEmptySpace.d.ts.map