declare const _default: (theme: any) => { content_wrap: { top: number; bottom: number; left: number; right: number; position: string; display: string; placeItems: string; }; content: { margin: string; }; field: { width: string; marginBottom: any; }; button: { marginBottom: any; }; preferenceButton: { marginBottom: any; padding: string; backgroundColor: string; color: string; border: string; borderRadius: string; '&:hover': { backgroundColor: string; color: string; }; }; }; export default _default;