export declare const DEFAULT_SKELETON_SIZE = 32; export declare const baseColors: { readonly dark: { readonly primary: "rgb(17, 17, 17)"; readonly secondary: "rgb(51, 51, 51)"; }; readonly light: { readonly primary: "rgb(250, 250, 250)"; readonly secondary: "rgb(205, 205, 205)"; }; }; export declare let defaultDarkColors: ("rgb(17, 17, 17)" | "rgb(51, 51, 51)" | "rgb(250, 250, 250)" | "rgb(205, 205, 205)")[]; export declare let defaultLightColors: ("rgb(17, 17, 17)" | "rgb(51, 51, 51)" | "rgb(250, 250, 250)" | "rgb(205, 205, 205)")[]; //# sourceMappingURL=shared.d.ts.map