import { ActionTypes, StyleSheet, Sheet, Theme } from '../types/index'; export declare function setTheme(theme: Theme): ActionTypes; export declare function addSheet(sheet: Sheet): ActionTypes;