export type ReferenceObject = typeof referenceObject;
export declare const referenceObject: {
    width: string;
    height: string;
    padding: string;
    position: string;
    border: string;
    clip: string;
    overflow: string;
    whiteSpace: string;
};
