interface INewUseShowErrorStyles {
    container: string;
    icon: string;
    title: string;
    message: string;
}
export declare const useShowErrorStyles: () => INewUseShowErrorStyles;
export {};
//# sourceMappingURL=useShowErrorStyles.d.ts.map