import { BodyCopySizeObject, FontWeightValues, Spacing, Transitions } from "../theme"; export declare const DEFAULT_BODY_SIZE: BodyCopySizeObject; export declare const DEFAULT_ANIMATION: Transitions; export declare const DEFAULT_FONT_WEIGHTS: FontWeightValues; export declare const DEFAULT_SPACING: Spacing;