declare const STYLE: {
    wrapper: string;
    container: string;
    help: string;
    error: string;
    messages: string;
    clear: string;
};
export { STYLE };
