export declare const theme: { extend: { zIndex: { top: string; }; spacing: { 'custom-space': string; }; boxShadow: { xxxl: string; }; opacity: { 'see-through': string; }; borderRadius: { custom: string; }; borderWidth: { large: string; }; colors: { navy: string; aqua: string; black: string; white: string; grey: { '500': string; '900': string; }; 'light-blue': { '100': string; '300': string; '900': string; }; teal: { '700': string; '900': string; }; }; backgroundImage: () => { 'piano-pattern': string; 'demo-menu': string; 'demo-listbox': string; 'demo-switch': string; 'demo-disclosure': string; 'demo-dialog': string; 'demo-popover': string; 'demo-radiogroup': string; 'demo-tabs': string; popup: string; }; fontFamily: { code: string[]; }; fontWeight: { custom: string; }; letterSpacing: { 'really-tight': string; }; lineHeight: { looser: string; }; }; };