export declare const snackbarTexts: { basic: { textAlign: "center"; }; primary: { color: string; }; secondary: { color: string; }; outline: { color: string; }; success: { color: string; }; danger: { color: string; }; }; export declare const layout: { container: { minWidth: number; width: "100%"; }; innerBorders: { flexDirection: "row"; justifyContent: "space-between"; paddingVertical: number; paddingHorizontal: number; }; }; //# sourceMappingURL=styles.d.ts.map