import { z } from 'zod'; import { scale } from './aether'; export declare const gutter: ({ showScale, externalScale, }: { showScale: boolean; externalScale?: boolean; }) => number; export interface UseProps extends z.input { aetherKey: string; } export declare const use: ({ aetherKey, ...state }: UseProps) => void; //# sourceMappingURL=use.d.ts.map