import * as z from "zod"; export declare const SubheaderWithIconPropsSchema: z.ZodObject<{ icon: z.ZodAny; title: z.ZodString; }, "strip", z.ZodTypeAny, { title: string; icon?: any; }, { title: string; icon?: any; }>; export type SubheaderWithIconProps = z.infer;