/**
 * @file styles-reset-normalize.ts
 *
 * @fileoverview Reset & Normalize will reset browser styles so that there are no
 * inconsistent styles in the app.
 */
export declare const fullReset: import("styled-components").FlattenSimpleInterpolation;
