declare const skeleton: { base: { backgroundColor: string; }; text: { backgroundColor: string; }; circular: { backgroundColor: string; }; rounded: { backgroundColor: string; }; }; export default skeleton;