import { Theme } from './types'; export declare const shadows: { low: string; mid: string; high: string; inner: string; none: string; focus: string; 'button.secondary': string; }; declare const theme: Theme; export declare const transition = "all 0.2s cubic-bezier(0.23, 1, 0.32, 1)"; export { theme };