import type { TailwindConfig } from './tailwind-config';

declare const theme: TailwindConfig['theme'];

export = theme;
