export declare const touchSizing: { typography: { htmlFontSize: number; h1: { fontFamily: string; fontSize: number; fontWeight: number; }; h2: { fontFamily: string; fontSize: number; fontWeight: number; }; h3: { fontFamily: string; fontSize: number; fontWeight: number; }; h4: { fontFamily: string; fontSize: number; fontWeight: number; }; h5: { fontFamily: string; fontSize: number; fontWeight: number; }; h6: { fontFamily: string; fontSize: number; fontWeight: number; }; subtitle1: { fontSize: number; }; body1: { fontSize: number; }; body2: { fontSize: number; }; }; shape: { borderRadius: number; }; overrides: { MuiTextField: { root: { marginTop: number; }; }; MuiInput: { input: { fontSize: number; }; }; MuiFilledInput: { root: { borderRadius: number; fontSize: number; fontWeight: string; "& :-webkit-autofill": { backgroundColor: string; transition: string; }; }; input: { fontSize: number; padding: string; }; }; MuiInputLabel: { root: { fontWeight: number; fontSize: number; }; filled: { transform: string; "&$shrink": { transform: string; }; }; shrink: { transform: string; }; }; MuiButton: { root: { fontSize: number; padding: string; }; text: { fontSize: number; padding: string; }; textSizeLarge: { fontSize: number; padding: string; }; label: { position: string; top: number; }; }; MuiSnackbarContent: { message: { fontSize: number; fontWeight: number; }; }; MuiDialogContent: { root: { backgroundColor: string; }; }; }; }; //# sourceMappingURL=touchSizing.d.ts.map