/** * Platform-inspired theme presets for mui-native. * * Each preset is a full `Theme` object ready to pass as `theme` prop to `ThemeProvider`. * * @example * import { PureTheme } from 'mui-native'; * */ export { PureTheme } from './PureTheme'; export { BeautifulTheme } from './BeautifulTheme'; export { PencilTheme } from './PencilTheme'; export { AuroraTheme } from './AuroraTheme'; export { BreezeTheme } from './BreezeTheme'; export { NovaTheme } from './NovaTheme'; export { PulseTheme } from './PulseTheme'; //# sourceMappingURL=index.d.ts.map