import type { VoltraBaseProps } from '../baseProps'; export type ZStackProps = VoltraBaseProps & { /** Child alignment */ alignment?: string; }; //# sourceMappingURL=ZStack.d.ts.map