import { Actions, Inputs, Interfaces, StyleGroup, State } from '../core';
export declare const state: State;
export declare type S = typeof state;
export declare const inputs: Inputs<S>;
export declare const actions: Actions<S>;
export declare const interfaces: Interfaces;
export declare const groups: {
    style: StyleGroup;
};
