import { Theme } from 'twind'; interface ThemeStyleOptions { rawValue?: boolean; } declare function theme
(prop: `${Section}.${string}`, options?: ThemeStyleOptions): string; export default theme; //# sourceMappingURL=theme.d.ts.map